-------------------BVT ends here--------------------------

9382:DRMCRT_wcsntol converts MAX_INT, MIN_INT and 0
Test_API_DRMCRT_wcsntol(2147483647, 2147483647)
'Test_API_DRMCRT_wcsntol(-2147483648, -2147483648)
'for wince ce version
Test_API_DRMCRT_wcsntol(-214748364, -214748364)
Test_API_DRMCRT_wcsntol(0, 0)

9383:DRMCRT_wcsntol overflows on MAX_INT+ 1, MIN_INT-1
Test_API_DRMCRT_wcsntol(2147483648, N/A)=-2147024362(0X80070216, DRM_E_ARITHMETIC_OVERFLOW)
Test_API_DRMCRT_wcsntol(-2147483649, N/A)=-2147024362(0X80070216, DRM_E_ARITHMETIC_OVERFLOW)

